Skip to content

Add more jewel.markdown modules#181

Merged
emrekultursay merged 2 commits intoandroid-graphics:mainfrom
emrekultursay:add_markdown_v2
Aug 14, 2025
Merged

Add more jewel.markdown modules#181
emrekultursay merged 2 commits intoandroid-graphics:mainfrom
emrekultursay:add_markdown_v2

Conversation

@emrekultursay
Copy link
Collaborator

When we added intellij.platform.jewel.markdown.ideLafBridgeStyling as a dependency to Sherlock (in #175), it started failing at runtime with this error:

image

This is because intellij.platform.jewel.markdown.ideLafBridgeStyling has an xml file with these transitive dependencies:

<module name="intellij.platform.jewel.markdown.extensions.gfmAlerts" />
<module name="intellij.platform.jewel.markdown.extensions.gfmTables" />

So, we need these markdown.extensions.* to also be included in our Sherlock platform.

Test:

  1. Run build_sherlock_platform,.sh
  2. Copy output zip artifact into sherlock repo out/prebuilts/ and extract.
  3. Run ./gradlew runIde
  4. Verify that Sherlock doesn't have runtime errors.

@emrekultursay emrekultursay merged commit 5d1bb71 into android-graphics:main Aug 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments